home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Technotools
/
Technotools (Chestnut CD-ROM)(1993).ISO
/
editors
/
tscredd2
/
scrdisk5.exe
/
arc
/
SMALLEST.C
< prev
next >
Wrap
Text File
|
1990-04-22
|
340b
|
18 lines
#include <dos.h>
#include "ScrEdit.H"
#include "ScrDemo.003"
void main()
{
S_Init();
S_OpenScreenFile("ScrDemo.Scr");
Initialize_Dupe_Fields_buf();
S_LoadScreen("Dupe_Fields");
S_Cursor = S_INVERSENORMAL;
do{
S_ReadScreen();
if (S_Enter) strcpy(S_UserMsg,"PROCESS SCREEN");
}
while (!S_Esc);
S_CloseScreenFile();
}